﻿2026-06-16T05:03:47.6855588Z ##[group]Run actions/checkout@v5
2026-06-16T05:03:47.6856381Z with:
2026-06-16T05:03:47.6856703Z   fetch-depth: 0
2026-06-16T05:03:47.6857138Z   repository: SaberMage/spt-core
2026-06-16T05:03:47.6860257Z   token: ***
2026-06-16T05:03:47.6860584Z   ssh-strict: true
2026-06-16T05:03:47.6861078Z   ssh-user: git
2026-06-16T05:03:47.6861406Z   persist-credentials: true
2026-06-16T05:03:47.6861788Z   clean: true
2026-06-16T05:03:47.6862130Z   sparse-checkout-cone-mode: true
2026-06-16T05:03:47.6862520Z   fetch-tags: false
2026-06-16T05:03:47.6862885Z   show-progress: true
2026-06-16T05:03:47.6863214Z   lfs: false
2026-06-16T05:03:47.6863538Z   submodules: false
2026-06-16T05:03:47.6863889Z   set-safe-directory: true
2026-06-16T05:03:47.6864393Z ##[endgroup]
2026-06-16T05:03:47.8782391Z Syncing repository: SaberMage/spt-core
2026-06-16T05:03:47.8783689Z ##[group]Getting Git version info
2026-06-16T05:03:47.8784219Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-16T05:03:47.9121906Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-16T05:03:47.9336261Z git version 2.43.0.windows.1
2026-06-16T05:03:47.9362870Z ##[endgroup]
2026-06-16T05:03:47.9370753Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\b807546e-cd61-4a52-b6ec-425aef8b66fc\.gitconfig'
2026-06-16T05:03:47.9386232Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\b807546e-cd61-4a52-b6ec-425aef8b66fc' before making global git config changes
2026-06-16T05:03:47.9387415Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T05:03:47.9391496Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-16T05:03:47.9625171Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-16T05:03:47.9815763Z https://github.com/SaberMage/spt-core
2026-06-16T05:03:47.9843208Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-16T05:03:47.9847480Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-16T05:03:48.0054488Z HEAD
2026-06-16T05:03:48.0311938Z ##[endgroup]
2026-06-16T05:03:48.0316855Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-16T05:03:48.3886852Z ##[group]Cleaning the repository
2026-06-16T05:03:48.3891007Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-16T05:03:53.5781823Z Removing .adapter-notify/
2026-06-16T05:03:53.5782541Z Removing target/
2026-06-16T05:03:53.5823690Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-16T05:03:53.6614531Z HEAD is now at d8cb7d55 Merge 221c0e7ff427f5a001ad47991c21c5e4aa18dd98 into 93754408a9612092dc85597cbe11efa28642f2fa
2026-06-16T05:03:53.6646542Z ##[endgroup]
2026-06-16T05:03:53.6651074Z ##[group]Disabling automatic garbage collection
2026-06-16T05:03:53.6657551Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-16T05:03:53.6919383Z ##[endgroup]
2026-06-16T05:03:53.6919827Z ##[group]Setting up auth
2026-06-16T05:03:53.6926117Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-16T05:03:53.7159943Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-16T05:03:54.0850040Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T05:03:54.1089693Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-16T05:03:54.4922867Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T05:03:54.5170294Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-16T05:03:54.8889589Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-16T05:03:54.9198104Z ##[endgroup]
2026-06-16T05:03:54.9198573Z ##[group]Fetching the repository
2026-06-16T05:03:54.9206942Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +d8cb7d5539100647d9a8958696275d551689047c:refs/remotes/pull/16/merge
2026-06-16T05:03:56.1278619Z From https://github.com/SaberMage/spt-core
2026-06-16T05:03:56.1279148Z    9d5fb634..221c0e7f  m11-shell-substrate -> origin/m11-shell-substrate
2026-06-16T05:03:56.1279479Z    93754408..ede1932c  main                -> origin/main
2026-06-16T05:03:56.1417206Z ##[endgroup]
2026-06-16T05:03:56.1417692Z ##[group]Determining the checkout info
2026-06-16T05:03:56.1418027Z ##[endgroup]
2026-06-16T05:03:56.1423467Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-16T05:03:56.1702510Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-16T05:03:56.1935298Z ##[group]Checking out the ref
2026-06-16T05:03:56.1939949Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/16/merge
2026-06-16T05:03:56.2311645Z HEAD is now at d8cb7d55 Merge 221c0e7ff427f5a001ad47991c21c5e4aa18dd98 into 93754408a9612092dc85597cbe11efa28642f2fa
2026-06-16T05:03:56.2335408Z ##[endgroup]
2026-06-16T05:03:56.2615915Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-16T05:03:56.2852244Z d8cb7d5539100647d9a8958696275d551689047c
